Skip to content

Fix M5Stack CoreS3 boot crash - #11155

Open
CDarius wants to merge 2 commits into
adafruit:mainfrom
CDarius:fix-cores3-boot-crash
Open

Fix M5Stack CoreS3 boot crash#11155
CDarius wants to merge 2 commits into
adafruit:mainfrom
CDarius:fix-cores3-boot-crash

Conversation

@CDarius

@CDarius CDarius commented Jul 29, 2026

Copy link
Copy Markdown

This PR fixes the issue #11009
The problem was the SPI bus definition. The GPIO35 is either the MISO pin on the M5Bus but also the display DC signal.
I have changed the SPI definition removing the MISO pin.
I made the same change also for the CoreS3 SE

@dhalbert dhalbert left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this.

Are the SPI pins available externally, or are they just used for SD and the display D/C? A board.SPI() that doesn't have a MOSI is not very useful. I wonder if we should just remove board.SPI() entirely if it can't be used as a regular SPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants